home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-01-15 | 1.2 KB | 49 lines | [TEXT/MPS ] |
- /*
- File: FWAVCDriver.r
-
- Contains: Resources for FWAVCDriver.
-
- Written by: Erik Staats
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <FW2> 6/20/96 ES Filled in contains and written by fields.
- <FW1> 6/20/96 ES first checked in
-
- */
-
- #include "SysTypes.r"
- #include "CodeFragmentTypes.r"
-
- resource 'cfrg' (0)
- {
- {
- kPowerPC, /* Target machine's Architecture. */
- kFullLib, /* This is not an update. */
- kNoVersionNum, /* Current version. */
- kNoVersionNum, /* Definition version. */
- kDefaultStackSize, /* Stack size of application. */
- kNoAppSubFolder, /* Not used here. Can be the resource-id of an 'alis'
- resource. Used to provide additional location
- to search for libraries. */
- kIsLib, /* This is a library. */
- kOnDiskFlat, /* This code fragment is on disk, in the data fork. */
- kZeroOffset, /* Offset of code into data fork. */
- kWholeFork, /* Code takes up all of data fork (can give a size). */
- "FWAVCDriver" /* Name of library. */
- }
- };
-
- resource 'vers' (1)
- {
- FWVersion,
- FWRevision,
- FWBuildStage,
- FWBuildNumber,
- verUS,
- FWShortVersionString,
- FWLongVersionString
- };
-